home *** CD-ROM | disk | FTP | other *** search
- /* See license.txt for terms of usage */
-
- .panelNode-css {
- overflow-x: hidden;
- }
-
- .cssSheet > .insertBefore {
- height: 1.5em;
- }
-
- .cssRule {
- position: relative;
- margin: 0;
- padding: 1em 0 0 6px;
- font-family: Monaco, monospace;
- color: #000000;
- }
-
- .cssRule:first-child {
- padding-top: 6px;
- }
-
- .cssElementRuleContainer {
- position: relative;
- }
-
- .cssHead {
- padding-right: 150px;
- }
-
- .cssProp {
- padding-left: 2em;
- }
-
- .cssPropName {
- color: DarkGreen;
- }
-
- .cssPropValue {
- margin-left: 8px;
- color: DarkBlue;
- }
-
- .cssOverridden {
- text-decoration: line-through;
- }
-
- .cssInheritedRule {
- }
-
- .cssInheritLabel {
- margin-right: 0.25em;
- font-weight: bold;
- }
-
- .cssRule .objectLink-sourceLink {
- top: 0;
- }
-
- .cssProp.editGroup:hover {
- background: url(chrome://firebug/skin/disable.png) no-repeat 2px 1px;
- }
-
- .cssProp.disabledStyle {
- background: url(chrome://firebug/skin/disableHover.png) no-repeat 2px 1px;
- opacity: 1;
- color: #CCCCCC;
- }
-
- .cssProp.disabledStyle > .cssPropName,
- .cssProp.disabledStyle > .cssPropValue {
- color: inherit;
- }
-
- .cssPropValue.editing + .cssSemi,
- .inlineExpander + .cssSemi {
- display: none;
- }
-
- .cssPropValue.editing {
- white-space: nowrap;
- }
-
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
- .stylePropName {
- font-weight: bold;
- padding: 0 4px 4px 4px;
- width: 50%;
- }
-
- .stylePropValue {
- width: 50%;
- }
-
- .useA11y .a11yCSSView .focusRow:focus {
- outline: none;
- background-color: transparent
- }
-
- .useA11y .a11yCSSView .focusRow:focus .cssSelector,
- .useA11y .a11yCSSView .focusRow:focus .cssPropName,
- .useA11y .a11yCSSView .focusRow:focus .cssPropValue,
- .useA11y .a11yCSSView .computedStyleRow:focus,
- .useA11y .a11yCSSView .groupHeader:focus {
- outline: 2px solid #FF9933;
- outline-offset: -2px;
- background-color: #FFFFD6;
- }
-
- .useA11y .a11yCSSView .groupHeader:focus {
- outline-offset: -2px;
- }
-